/*
Theme Name:     2011 Moonchild
Theme URI:      http: //purplerebecca.com/stories
Description:    Child theme for the Twenty Eleven theme with Comic Easel, for Moon and Star Stories
Author:         Rebecca J. Greenwood
Author URI:     http: //purplerebecca.com
Template:       twentyeleven
Version:        0.1.0
*/



@import url("../twentyeleven/style.css");


/* =Header
----------------------------------------------- */

#branding {
	border-top: 0px !important;
}


/* Nav bar color adjust */

#access {
background: #44374f !important;

}

/* Search box color adjust */

#branding .only-search #s {
background-color: #61536c !important;
}

/* No Search Box on small screens */

@media (max-width: 650px) {
	#branding #searchform {display: none !important;}
}

/*  text adjustments */ 

body {
color: #4b3856 !important; }




/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* removing fancy borders to all WordPress-added images, because it's driving me nuts */
	border: 0px !important;
	padding: 0px !important;
}



.menu ul, .footmenu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none !important;
}